Opc.Ua.Core
GetValue<T>(T) Method



Opc.Ua Namespace > DataValue Class > GetValue Method : GetValue<T>(T) Method
The type of object.
The default value to return if any error occurs.
Gets the value from the data value.
Syntax
'Declaration
 
Public Overloads Function GetValue(Of T)( _
   ByVal defaultValue As T _
) As T
'Usage
 
Dim instance As DataValue
Dim defaultValue As T
Dim value As T
 
value = instance.GetValue(Of T)(defaultValue)
public T GetValue<T>( 
   T defaultValue
)
public:
T^ GetValuegeneric<typename T>
( 
   T^ defaultValue
) 

Parameters

defaultValue
The default value to return if any error occurs.

Type Parameters

T
The type of object.

Return Value

The value.
Remarks
Does not throw exceptions; returns the caller provided value instead. Extracts the body from an ExtensionObject value if it has the correct type. Checks the StatusCode and returns an error if not Good.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataValue Class
DataValue Members
Overload List